-
141 list
1) список || вести [составлять] список2) перечень; перечисление3) таблица•- access control list- access list
- accession list
- actual parameter list
- adjacency list
- A-list
- argument list
- array list
- assignment list
- association list
- attribute list
- attribute-value list
- available list
- available storage list
- backward-linked list
- bidirectional list
- both way list
- capability list
- chained list
- circular list
- command list
- connectivity list
- constant list
- control list
- cross reference list
- data list
- dense list
- description list
- distribution list
- double-linked list
- drive list
- empty list
- error check list
- error list
- export list
- fan-in list
- fan-out list
- FIFO list
- first item list
- first-in, first-out list - free-storage list
- goal list
- identifier list
- input-output list
- intermediate list
- inverted list
- LAMBDA list
- last-in, last-out list
- LIFO list
- linked list
- list of choices
- list of modifications
- list of pairs
- loose list
- mailing list
- media defect list
- memory-map list
- net list
- null list
- one-of-a-kind list
- one-way list
- ordered list
- orthogonal list
- parallel list
- parameter list
- pick list
- polling list
- punch-down list
- push-down list
- push-up list
- queueing list
- ranked list
- ready list
- scrollable list
- singly linked list
- space list
- stack-history list
- subscript list
- superdense list
- switch list
- threaded list
- truncate list
- two-way list
- type list
- uncommitted storage list
- unidirectional list
- value list
- waiting list
- wait list
- wiring listEnglish-Russian dictionary of computer science and programming > list
См. также в других словарях:
Memory corruption — happens when the contents of a memory location are unintentionally modified due to programming errors; this is known as violating memory safety. When the corrupted memory contents are used later in the computer program, it leads either to program … Wikipedia
Memory management — is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to … Wikipedia
Memory bandwidth — is the rate at which data can be read from or stored into a semiconductor memory by a processor. Memory bandwidth is usually expressed in units of bytes/second, though this can vary for systems with natural data sizes that are not a multiple of… … Wikipedia
Memory coherence — is an issue that affects the design of computer systems in which two or more processors or cores share a common area of memory.[1][2][3][4] In a uniprocessor system (whereby, in today s terms, there exists only one core), there is only one… … Wikipedia
array — ar‧ray [əˈreɪ] noun [countable] 1. a range of many different things: • a vast array of electronic and consumer products 2. COMPUTING a set of computer memory units arranged in rows across or down: • a device that stores massive amounts of… … Financial and business terms
Memory storage density — is a measure of the quantity of information bits that can be stored on a given length of track, area of surface, or in a given volume of a computer storage medium. Generally, higher density is more desirable, for it allows greater volumes of data … Wikipedia
Memory-level parallelism — or MLP is a term in computer architecture referring to the ability to have pending multiple memory operations, in particular cache misses or translation lookaside buffer misses, at the same time. In a single processor, MLP may be considered a… … Wikipedia
array — [ə rā′] vt. [ME arraien < OFr areer < ML * arredare, to put in order < L ad , to + Gmc * raid : for IE base see RIDE] 1. to place in order; marshal (troops for battle, etc.) 2. to dress in fine or showy attire; deck out n. 1. an orderly… … English World dictionary
Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… … Wikipedia
Memory leak — A memory leak, in computer science (or leakage, in this context), occurs when a computer program consumes memory but is unable to release it back to the operating system. In object oriented programming, a memory leak happens when an object is… … Wikipedia
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia